home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / imm.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  1.9 KB  |  74 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'Imm.pas' rev: 3.00
  6.  
  7. #ifndef ImmHPP
  8. #define ImmHPP
  9. #include <Windows.hpp>
  10. #include <SysInit.hpp>
  11. #include <System.hpp>
  12.  
  13. //-- user supplied -----------------------------------------------------------
  14.  
  15. namespace Imm
  16. {
  17. //-- type declarations -------------------------------------------------------
  18. typedef tagCOMPOSITIONFORM *PCompositionForm;
  19.  
  20. typedef tagCOMPOSITIONFORM  TCompositionForm;
  21.  
  22. typedef tagCANDIDATEFORM *PCandidateForm;
  23.  
  24. typedef tagCANDIDATEFORM  TCandidateForm;
  25.  
  26. typedef tagCANDIDATELIST *PCandidateList;
  27.  
  28. typedef tagCANDIDATELIST  TCandidateList;
  29.  
  30. typedef tagREGISTERWORDA *PRegisterWordA;
  31.  
  32. typedef tagREGISTERWORDW *PRegisterWordW;
  33.  
  34. typedef tagREGISTERWORDA *PRegisterWord;
  35.  
  36. typedef tagREGISTERWORDA  TRegisterWordA;
  37.  
  38. typedef tagREGISTERWORDW  TRegisterWordW;
  39.  
  40. typedef tagREGISTERWORDA  TRegisterWord;
  41.  
  42. typedef tagSTYLEBUFA *PStyleBufA;
  43.  
  44. typedef tagSTYLEBUFW *PStyleBufW;
  45.  
  46. typedef tagSTYLEBUFA *PStyleBuf;
  47.  
  48. typedef tagSTYLEBUFA  TStyleBufA;
  49.  
  50. typedef tagSTYLEBUFW  TStyleBufW;
  51.  
  52. typedef tagSTYLEBUFA  TStyleBuf;
  53.  
  54. typedef int __fastcall (*RegisterWordEnumProcA)(char * lpReading, int dwStyle, char * lpszString, void * 
  55.     lpData);
  56.  
  57. typedef int __fastcall (*RegisterWordEnumProcW)(wchar_t * lpReading, int dwStyle, wchar_t * lpszString
  58.     , void * lpData);
  59.  
  60. typedef int __fastcall (*RegisterWordEnumProc)(char * lpReading, int dwStyle, char * lpszString, void * 
  61.     lpData);
  62.  
  63. //-- var, const, procedure ---------------------------------------------------
  64. #define WM_CONVERTREQUESTEX (Word)(264)
  65. #define CFS_SCREEN (Byte)(4)
  66. #define imm32 "imm32.dll"
  67.  
  68. }    /* namespace Imm */
  69. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  70. using namespace Imm;
  71. #endif
  72. //-- end unit ----------------------------------------------------------------
  73. #endif    // Imm
  74.